/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
footer.footer {
  height: 3rem;
  background: url(../images/footer-bg.png) center center / cover no-repeat;
  padding-top: 0.42rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    margin-bottom: 1.1rem;
    height: auto;
  }
}
footer.footer .footer-top .friend-link p {
  display: inline-block;
  font-size: 0.14rem;
  color: #ffffff;
}
footer.footer .footer-top .friend-link ul {
  display: inline-block;
}
footer.footer .footer-top .friend-link ul li {
  display: inline-block;
  margin-left: 0.3rem;
}
footer.footer .footer-top .friend-link ul li a {
  font-size: 0.14rem;
  color: #ffffff;
}
footer.footer .footer-top .friend-link ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .friend-link {
    text-align: center;
  }
  footer.footer .footer-top .friend-link p {
    font-size: 0.28rem;
  }
  footer.footer .footer-top .friend-link ul li a {
    font-size: 0.28rem;
  }
}
footer.footer .footer-top .contact {
  margin-top: 0.38rem;
}
footer.footer .footer-top .contact .footer-infor {
  width: calc(100% - 3.5rem);
  float: left;
}
footer.footer .footer-top .contact .footer-infor .footer-infor-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
footer.footer .footer-top .contact .footer-infor .footer-infor-title:after {
  content: '';
  width: 0.36rem;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -0.12rem;
}
footer.footer .footer-top .contact .footer-infor ul {
  margin-top: 0.36rem;
}
footer.footer .footer-top .contact .footer-infor ul li {
  display: block;
  float: left;
  width: 3.96rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  padding-left: 0.23rem;
  margin-bottom: 0.15rem;
}
footer.footer .footer-top .contact .footer-infor ul li:first-child {
  background: url(../images/footer-tel-icon.png) left center no-repeat;
  background-size: 0.16rem auto;
}
footer.footer .footer-top .contact .footer-infor ul li:nth-child(2) {
  background: url(../images/footer-email-icon.png) left center no-repeat;
  background-size: 0.16rem auto;
}
footer.footer .footer-top .contact .footer-infor ul li:nth-child(3) {
  background: url(../images/footer-address-icon.png) left center no-repeat;
  background-size: 0.16rem auto;
}
footer.footer .footer-top .contact .footer-infor ul li:last-child {
  background: url(../images/footer-cultural-icon.png) left center no-repeat;
  background-size: 0.16rem auto;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .contact .footer-infor {
    width: 100%;
    float: none;
  }
  footer.footer .footer-top .contact .footer-infor .footer-infor-title {
    font-size: 0.36rem;
  }
  footer.footer .footer-top .contact .footer-infor .footer-infor-title:after {
    width: 0.5rem;
  }
  footer.footer .footer-top .contact .footer-infor ul li {
    width: 100%;
    font-size: 0.28rem;
    padding-left: 0.3rem;
  }
  footer.footer .footer-top .contact .footer-infor ul li:first-child {
    background-size: 0.2rem auto;
  }
  footer.footer .footer-top .contact .footer-infor ul li:nth-child(2) {
    background-size: 0.2rem auto;
  }
  footer.footer .footer-top .contact .footer-infor ul li:nth-child(3) {
    background-size: 0.2rem auto;
  }
  footer.footer .footer-top .contact .footer-infor ul li:last-child {
    background-size: 0.2rem auto;
  }
}
footer.footer .footer-top .contact .ewm {
  float: right;
  padding-top: 0.14rem;
}
footer.footer .footer-top .contact .ewm .ewm-in .img {
  width: 1.45rem;
  height: 0.56rem;
  float: left;
  margin-top: 0.32rem;
}
footer.footer .footer-top .contact .ewm .ewm-in .img a {
  display: block;
}
footer.footer .footer-top .contact .ewm .ewm-in .img a img {
  width: 100%;
}
footer.footer .footer-top .contact .ewm .ewm-in .ewm-img {
  float: right;
  margin-left: 0.66rem;
}
footer.footer .footer-top .contact .ewm .ewm-in .ewm-img img {
  display: block;
  width: 1.01rem;
  height: 1.01rem;
  margin: 0 auto;
}
footer.footer .footer-top .contact .ewm .ewm-in .ewm-img span {
  display: block;
  text-align: center;
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .contact .ewm {
    width: 100%;
    float: none;
  }
  footer.footer .footer-top .contact .ewm .ewm-in .img {
    width: 3rem;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  footer.footer .footer-top .contact .ewm .ewm-in .ewm-img {
    float: none;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  footer.footer .footer-top .contact .ewm .ewm-in .ewm-img img {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
  }
  footer.footer .footer-top .contact .ewm .ewm-in .ewm-img span {
    font-size: 0.28rem;
  }
}
footer.footer .footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright {
    height: auto;
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 0.5rem;
    padding: 0.3rem 0;
  }
}
footer.footer .footer-copyright .copyright,
footer.footer .footer-copyright .beian,
footer.footer .footer-copyright .support,
footer.footer .footer-copyright .support-in {
  display: inline-block;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright,
  footer.footer .footer-copyright .beian,
  footer.footer .footer-copyright .support,
  footer.footer .footer-copyright .support-in {
    font-size: 0.28rem;
    display: block;
  }
}
footer.footer .footer-copyright .beian {
  margin-left: 0.34rem;
}
footer.footer .footer-copyright .beian a {
  font-size: 0.14rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .beian a {
    font-size: 0.28rem;
  }
}
footer.footer .footer-copyright .support {
  margin-left: 0.2rem;
}
footer.footer .footer-copyright .support-in li {
  display: inline-block;
  margin-left: 0.05rem;
}
footer.footer .footer-copyright .support-in li a {
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.4rem;
}
footer.footer .footer-copyright .support-in li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .support-in li a {
    font-size: 0.28rem;
  }
}
